Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flake8 from 3.9.2 to 6.1.0 in /tools/deps #4052

Merged
merged 17 commits into from
Oct 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps flake8 from 3.9.2 to 6.1.0.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.1.0.
- [Commits](PyCQA/flake8@3.9.2...6.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@CLAassistant
Copy link

CLAassistant commented Jul 31, 2023

CLA assistant check
All committers have signed the CLA.

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.1.0.
- [Commits](PyCQA/flake8@3.9.2...6.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/flake8-6.1.0 branch from ffc39ef to 60b5a7c Compare August 18, 2023 07:39
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (fa10b5a) 47.30% compared to head (bf819b5) 47.43%.
Report is 22 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4052      +/-   ##
==========================================
+ Coverage   47.30%   47.43%   +0.12%     
==========================================
  Files          93       94       +1     
  Lines       15645    15657      +12     
==========================================
+ Hits         7401     7427      +26     
+ Misses       8244     8230      -14     
Flag Coverage Δ
functional 38.03% <93.75%> (+0.16%) ⬆️
integration 2.06% <93.75%> (?)
unit 35.76% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
nxdrive/logging_config.py 87.34% <100.00%> (+0.89%) ⬆️
nxdrive/logging_filter_patterns.py 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MyWillIsMyOwn
Copy link
Contributor

@dependabot recreate

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.1.0.
- [Commits](PyCQA/flake8@3.9.2...6.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/deps/flake8-6.1.0 branch from 7a85206 to 62826a6 Compare August 30, 2023 05:55
dependabot bot and others added 5 commits September 28, 2023 08:20
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.7.0 to 2.11.0.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.7.0...2.11.0)

---
updated-dependencies:
- dependency-name: pycodestyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mccabe](https://github.com/pycqa/mccabe) from 0.6.1 to 0.7.0.
- [Commits](PyCQA/mccabe@0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: mccabe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.3.1 to 3.1.0.
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@2.3.1...3.1.0)

---
updated-dependencies:
- dependency-name: pyflakes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Collaborator

@mr-shekhar mr-shekhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@swetayadav1 swetayadav1 merged commit fdd8f4d into master Oct 3, 2023
16 checks passed
@swetayadav1 swetayadav1 deleted the dependabot/pip/tools/deps/flake8-6.1.0 branch October 3, 2023 06:04
gitofanindya pushed a commit that referenced this pull request Mar 15, 2024
* Bump flake8 from 3.9.2 to 6.1.0 in /tools/deps
* Bump pycodestyle from 2.7.0 to 2.11.0 in /tools/deps (#4073)
* Bump mccabe from 0.6.1 to 0.7.0 in /tools/deps (#3916)
* Bump pycodestyle from 2.7.0 to 2.11.0 in /tools/deps (#4148)
* Bump mccabe from 0.6.1 to 0.7.0 in /tools/deps (#4146)
* Bump pyflakes from 2.3.1 to 3.1.0 in /tools/deps (#4169)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Filip <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants